Xbasic

A5_GET_WRITEABLE_DRIVES Function

Syntax

Drive_List as C = A5_GET_WRITEABLE_DRIVES()

Arguments

Drive_List

A list of drives that are writeable. If a CDROM drive contains a CD that has been formatted for writing, the drive letter of the CDROM drive is included in the list of drives returned by this function.

Description

The A5_GET_WRITEABLE_DRIVES() returns a list of drives that are writeable. If a CDROM drive contains a CD that has been formatted for writing, the drive letter of the CDROM drive is included in the list of drives returned by this function.

Example

? a5_get_writeable_drives()
= A:\
C:\
F:\
H:\
I:\
Y:\   

Limitations

Desktop applications only.

See Also